home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-10-09 | 278 b | 16 lines | [TEXT/tefi] |
- ; @(;)Copyright Apple Computer 1987 Version 1.1 of exit.s on 87/05/03 22:38:50 2.1
-
- ; auxexit(code)
- ; code is deturn in r0 to system
- ; Same as plain exit, for user who want to define their own exit.
-
- export aux_exit
-
- aux_exit proc
- move.l #1,d0
- trap #0
- stop #0
- endp
-
- end
-